Skip to content

Conversation

@marcello-a
Copy link

@marcello-a marcello-a commented Nov 4, 2025

I faced issues while running npx @huggingface/tiny-agents run ./my-agent with javascript code.
https://huggingface.co/inference/models/... is not supporting nebius.

Screenshot 2025-11-04 at 16 11 37

This PR resolves the error:

@huggingface/tiny-agents/dist/cli.js:115
    throw err;
    ^

InferenceClientInputError: We have not been able to find inference provider information for model Qwen/Qwen2.5-72B-Instruct.
    at makeRequestOptions 
...

The configuration currently uses "provider": "nebius", but Qwen2.5-72B-Instruct is NOT available on Nebius.

Resolves the error:

```
@huggingface/tiny-agents/dist/cli.js:115
    throw err;
    ^

InferenceClientInputError: We have not been able to find inference provider information for model Qwen/Qwen2.5-72B-Instruct.
    at makeRequestOptions 
...
```
@marcello-a marcello-a changed the title Change provider from 'nebius' to 'together' fix: Change provider from 'nebius' to 'together' Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant